:root {
    --main-color: #c94747;
    --nav-line--color: #b33535;
    --index-news--fontsize: 16px;
    --index-news-color: #555555;
    --text-color: #333333;
    --text-grey: #666666;
}

body {
    background: white;
    min-width: 1300px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: var(--text-color);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-width: 1300px;
}

.header .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    display: flex;
    align-items: center;
}

.navs {
    height: 60px;
    background: var(--main-color);
}

.navs .container {
    display: flex;
    display: -webkit-flex;
}

.navs .nav-item {
    flex: 1;
    width: calc(100% / 10);
    text-align: center;
    position: relative;
    float: left;
}

.navs .nav-item:hover {
    background: var(--nav-line--color);
}

.navs .nav-item.on:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.navs .nav-item a {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
}

.navs .nav-item > a:before {
    content: "";
    height: 40px;
    width: 1px;
    background: var(--nav-line--color);
    position: absolute;
    left: 0;
    top: 10px;
}

.navs .nav-item > a:after {
    content: "";
    height: 40px;
    width: 1px;
    background: var(--nav-line--color);
    position: absolute;
    right: 0;
    top: 10px;
}

.navs .nav-item + .nav-item a:before {
    content: none;
}

.sub-navs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    visibility: hidden;
    background: var(--nav-line--color);
}

.navs .nav-item .sub-navs li a {
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 50px;
    height: auto;
}

.navs .nav-item .sub-navs li + li {
    border-top: 1px dashed var(--main-color);
}

.navs .nav-item:hover .sub-navs {
    height: auto;
    visibility: visible;
}

.navs .nav-item .sub-nav__item:hover {
    background: var(--main-color);
}

.footer {
    background: #f2f2f2;
    font-size: 14px;
    padding: 30px;
    /*color: #ffffff;*/
}

.footer .p + .p {
    margin-top: 10px;
}

.footer .p span + span {
    margin-left: 5px;
}

.footer .other .imgbox {
    width: 100px;
    min-height: 100px;
    max-height: 120px;
    display: inline-block;
}

.footer .other .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .p,
.footer .p a {
    color: var(--text-grey);
}

.footer .p a:hover {
    text-decoration: underline;
}

.search {
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    /*margin-top: -17px;*/
    border-radius: 5px;
    padding-left: 10px;
    overflow: hidden;
    background: #f7f7f7;
}

.search input {
    border: none;
    outline: none;
    height: 30px;
    width: 200px;
    font-size: 14px;
    color: #333333;
    float: left;
    background: #f7f7f7;
}

.search button {
    height: 30px;
    width: 30px;
    border: none;
    background: url("/images/home/icon_search.png") no-repeat center;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    float: left;
}

.toplinks {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
}

.toplinks > a {
    padding: 0 15px;
    display: inline-block;
    color: #333333;
}

.toplinks > a + a {
    border-left: 1px solid #D3D4D3;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgba(58, 72, 107, 0) inset !important;
    /* -webkit-text-fill-color: #fff; */
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.footer .centerBox {
    padding-left: 60px;
    padding-top: 35px;
}

.footer .centerBox .imgbox img {
    width: 120px;
    height: auto;
}

.flinks {
    width: 490px;
    padding-right: 70px;
}

.footer .content {
    width: 268px;
    padding-left: 70px;
    padding-right: 70px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.footer .img-wrapper {
    width: 90px;
    padding-right: 70px;
    padding-left: 70px;
}

.footer .head {
    padding-bottom: 15px;
}

.footer .img-wrapper .head .name,
.footer .content .head .name,
.flinks .head .name {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.flink-list li {
    margin-right: 20px;
    float: left;
}

.flink-list li a {
    color: var(--text-grey);
    font-size: 14px;
    line-height: 28px;
}

.flink-list li a:hover {
    color: var(--main-color);
}

.footer-bar {
    padding: 20px;
    background: var(--main-color);
    text-align: center;
    color: #FFFFFF;
}

.footer-bar a {
    color: currentColor;
}

.footer-bar span {
    margin: 0 15px;
}